MY词语>英语词典>memory allocation翻译和用法

memory allocation

英 [ˈmeməri ˌæləˈkeɪʃn]

美 [ˈmeməri ˌæləˈkeɪʃn]

网络  内存分配; 内存分派; 內存分配; 内存配置; 存储器分配

计算机

双语例句

  • We can let our AIX POWER systems automatically adjust memory allocation based on workload and demand.
    我们可以让AIXPOWER系统根据工作负载和需要自动地调整内存分配。
  • You can now configure a private memory cache for every CPUVP to decrease the time of server memory allocation on large multiprocessor computers.
    现在可以为每个CPUVP配置一个私有内存缓存,以减少大型多处理器计算机上的服务器内存分配时间。
  • This code retrieves an instance from the pool, avoiding the memory allocation, construction, and eventual garbage collection.
    代码从池中检索到一个实例,从而避免了内存分配、构建和最终的垃圾回收。
  • Memory allocation and deallocation is much faster, because it is all done a pool at a time.
    内存分配和回收更快,因为每次都是在一个池中完成的。
  • There have been several attempts to add tracking for memory allocation from within client-side JavaScript libraries.
    人们曾多次尝试在客户端JavaScript库中添加对内存分配的跟踪。
  • So the heap is a chunk of memory in a computer's RAM that's conceptually allocated to what's called dynamic memory allocation.
    堆是在计算机RAM中的一块内存,它可以进行,动态内存分配。
  • Sometimes it seems that more code is dedicated to managing memory allocation and cleanup than actually accomplishing computational tasks!
    有时好像致力于管理内存分配和清理的代码比实际完成计算任务的代码还要多!
  • Many of the crashes resulting from fuzz testing are direct results of memory allocation mistakes and buffer overflows.
    由模糊测试导致的许多故障都是内存分配错误及缓冲器溢出的结果。
  • A new M_ZERO flag for malloc allows for memory allocation and zeroing in a single operation.
    新的面向malloc的MZERO标记允许在单个操作中完成内存分配和调零。
  • SDO handles all its memory allocation and de-allocation internally, and does not require user code to be involved.
    SDO采用内部方式处理其所有内存分配和释放工作,并不要求使用用户代码。